Game File Functions

getGameFileData(@Identifier Type > String)

Returns an array of tables containing custom GameFileData.

getGameFileDataString(@Identifier Type > String)

Returns an array of strings of the GameFileDatas.

getGameFileDataArray(@Identifier Type > String)

Returns an array of arrays containing lines of the custom GameFileData.

getGameFileDataEndText(@Identifier Type > String)

Returns an array of tables containing custom GameFileData.
If the GameFileData contains a line starting with an e, like "end", all lines coming after will be concatenated and added as a table entry named "end_text".

getGameFileDataPaths(@Identifier Type > String)

Returns an array of the paths of GameFileDatas.
Should be the same order as other GameFileData arrays.